Skip to content

Issue #100: Fix User.manager_user_id type: change from StrictStr to StrictInt#101

Merged
Subterrane merged 1 commit intoonelogin:mainfrom
JazzSecurity:fix-user-manager_user_id-type-2
Sep 2, 2025
Merged

Issue #100: Fix User.manager_user_id type: change from StrictStr to StrictInt#101
Subterrane merged 1 commit intoonelogin:mainfrom
JazzSecurity:fix-user-manager_user_id-type-2

Conversation

@amnon-jazz
Copy link
Copy Markdown
Contributor

@amnon-jazz amnon-jazz commented Sep 1, 2025

  • Change User.manager_user_id from StrictStr to StrictInt.

This pull request makes a small update to the User model to improve type consistency. The most important change is updating the type of the manager_user_id field from StrictStr to StrictInt, ensuring that it matches the expected format for OneLogin User IDs.

@amnon-jazz amnon-jazz changed the title Fix User.manager_user_id type: change from StrictStr to StrictInt Issue #100: Fix User.manager_user_id type: change from StrictStr to StrictInt Sep 1, 2025
@Subterrane Subterrane requested a review from Copilot September 2, 2025 12:38
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses Issue #100 by correcting a type inconsistency in the User model. The change updates the manager_user_id field from StrictStr to StrictInt to properly align with OneLogin's User ID format expectations.

  • Updated User.manager_user_id field type from StrictStr to StrictInt

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Subterrane Subterrane merged commit 348b427 into onelogin:main Sep 2, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants